home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu11 / an1010.arc / README.EE < prev   
Text File  |  1988-06-15  |  2KB  |  34 lines

  1.     ******************** README 20/3/87 ************************
  2.  
  3. This disc contains the 2 programs required to download data, in the
  4. form of Motorola S records to either the 68HC11's internal EEPROM or
  5. alternatively, an EEPROM attached to the 68HC11's external bus.
  6. The program names are:
  7.                       EELOAD.BAS   - source code written in MicroSoft BASIC
  8.                       EEPROGIX.BOO - binary code written in 68HC11 assembler
  9.  
  10. The source of EEPROGIX.BOO is also provided for reference purposes.
  11. It is held in file EEPROGIX.ASC.
  12.  
  13. As well as programming EEPROM, there is an option to verify the
  14. programmed data against an S record file.
  15. The appropriate protocol is selected from the information supplied by
  16. the user when the BASIC program EELOAD is run.
  17. To use the system, make sure the programs EELOAD.BAS and EEPROGIX.BOO
  18. are on the default disc drive. You will also need a BASIC operating
  19. system.
  20. Then just type in BASIC EELOAD (or BASICA EELOAD) and respond to the
  21. questions displayed on the screen. Most user errors are trapped.
  22. During programming of either internal or external EEPROM, each stored
  23. byte is verified. If there is an error, the loader program terminates
  24. transmission, and displays the message 'Communication breakdown'.
  25. This same message is displayed if the communication path to the 68HC11
  26. is actually disturbed (e.g. by reseting the MCU or disconnecting the
  27. cable).
  28. During verification, any differences between stored data and the S record
  29. file are displayed on the screen, and separated by a colon (:).
  30. For example, if the S record file contained hex 20 and the stored data
  31. was in fact 30, then the display would be 20:30 . If the echo option
  32. is disabled during verification, only the colon and erroneous byte are
  33. displayed.
  34.  -----------------------==========================---------------------